PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFUnicodeTrueTypeFont Class / PDFUnicodeTrueTypeFont Constructor / PDFUnicodeTrueTypeFont Constructor(String,double,boolean)
Path to TrueType font file.
Font size.
If true, the font will be embedded in the PDF file.
In This Topic
    PDFUnicodeTrueTypeFont Constructor(String,double,boolean)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFUnicodeTrueTypeFont( 
       java.lang.String path,
       double size,
       boolean embed
    )

    Parameters

    path
    Path to TrueType font file.
    size
    Font size.
    embed
    If true, the font will be embedded in the PDF file.
    See Also